home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / base / fntguide.tex / node29_mn.html < prev    next >
Text File  |  1995-03-15  |  2KB  |  42 lines

  1.  
  2. <H2><A ID="SECTION00064000000000000000">
  3. Encoding defaults</A>
  4. </H2><FONT SIZE="+4"><I>
  5.  
  6. <#728#>decl<#728#>
  7. || <#729#>text-settings<#729#> <#730#>math-settings<#730#>
  8.  
  9. Declares <#732#>text-settings<#732#> and <#733#>math-settings<#733#> for all encoding
  10. schemes.  These are executed before the encoding scheme dependent ones
  11. are executed so that one can use the defaults for the major cases and
  12. overwrite them if necessary using | |.
  13.  
  14. If || is used as an argument, the current setting of this default
  15. is left unchanged.
  16.  
  17. This example is used by amsfonts.sty for accent positioning; it changes
  18. only the math settings:
  19. <#734#>tex2html_preform<#734#><tex2html_verbatim_mark>verbatim74#
  20. <#736#>decl<#736#>
  21. | |  <#737#>encoding<#737#> <#738#>family<#738#> <#739#>series<#739#>
  22.                             <#740#>shape<#740#>
  23.  
  24. Declares the default values for font substitution which will be used
  25. when a font with encoding <#742#>encoding<#742#>
  26. should be loaded but no font can be found with the current
  27. attributes.
  28.  
  29. These substitutions are local to the encoding scheme because the
  30. encoding scheme is never substituted!  They are tried in the order
  31. <#743#>shape<#743#> then  <#744#>series<#744#> and finally <#745#>family<#745#>.
  32.  
  33. If no defaults are set up for an encoding, the values given by
  34. || are used.
  35.  
  36. The font specification for
  37. <#746#>encoding<#746#><#747#>family<#747#><#748#>series<#748#><#749#>shape<#749#>
  38. must have been defined by | |
  39. before the |<#750#>document<#750#>| is reached.
  40.  
  41. Example:
  42. <#751#>tex2html_preform<#751#><tex2html_verbatim_mark>verbatim75#</I></FONT>